home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2757
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
719b
|
33 lines
on(release){
if(_root.poz == "c")
{
if(_root.draglej == 38 && _root.ii31 == 2)
{
_root.ii31 = 3;
_root.d_baron.i = "klobouk_full";
}
else if(_root.draglej == 38 && _root.ii31 == 3)
{
_root.d_baron.i = "sklenicka_plna";
}
else if(_root.draglej == 38 && _root.ii27 >= 4)
{
_root.d_baron.i = "sklenicka_staci";
}
else if(0 < _root.draglej)
{
_root.d_baron.i = "sklenicka_bad";
}
else
{
_root.d_baron.i = "vzit_klobouk";
}
}
else
{
_root.pepa.gotoAndPlay(_root.poz add "c");
}
_root.stopdragall();
_root.hideall();
}